EscapeDirection Enumeration
Represents the direction in which a connection line escapes from a drawing object if a connector connects to a glue point.
Namespace: Independentsoft.Office.Odf.DrawingAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum EscapeDirection
Public Enumeration EscapeDirection
| Auto | 0 |
The connection line may escape in all four directions from a drawing object.
|
| Left | 1 |
The connection line escapes to the left of a drawing object.
|
| Right | 2 |
The connection line escapes to the right of a drawing object.
|
| Up | 3 |
The connection line escapes up from a drawing object.
|
| Down | 4 |
The connection line escapes down from a drawing object.
|
| Horizontal | 5 |
The connection line may escape to the left or to the right of a drawing object.
|
| Vertical | 6 |
The connection line may escape up or down from a drawing object.
|
| None | 7 |
None.
|